home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 4 / BBS in a Box - Macintosh - Volume IV (January 1992) (BBS in a Box).iso / Files / Game / C / CORE! 1.1.CPT / Core! 1.1 / Battle Programs / Standard / dwarf next >
Encoding:
Text File  |  1989-07-18  |  168 b   |  11 lines  |  [TEXT/MARS]

  1. ;
  2. ; Basic fighter program which sprays zeroes
  3. ; all through memory.
  4. ;
  5. ;
  6. bombpt  dat 0,0
  7. ;
  8. lup        add #4,bombpt
  9.         mov bombpt,@bombpt
  10.         jmp lup,0
  11. end     lup